Revision: tlacontrib--hun--1.3--patch-5
Archive: hun@n-dimensional.de--2004-public
Creator: Hans Ulrich Niedermann <hun@n-dimensional.de>
Date: Wed Jan 12 14:11:55 CET 2005
Standard-date: 2005-01-12 13:11:55 GMT
Modified-files: add-tagline.py
New-patches: hun@n-dimensional.de--2004-public/tlacontrib--hun--1.3--patch-5
Summary: add-tagline: Ask user for comment definition if file type is unknown
Keywords: add-tagline

If sys.stdin is a terminal, ask the user for comment syntax
input from there. The input syntax is:

  * empty string (just hit enter, whitespace is stripped)
    Still no idea about the syntax, skip this file.

  * one string (whitespace before or after is stripped)
    This begins a comment which ends at the end of the line.

  * two strings (whitespace separated, whitespace before or after is stripped)
    This defines both comment start and comment end element.
